CalendarView for WinForms
Matrix<T> コンストラクタ(Boolean,Vector<T>[])

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix<T> クラス > Matrix<T> コンストラクタ : Matrix<T> コンストラクタ(Boolean,Vector<T>[])
A bool indicates whether the direction of vectors is vertical.
A Vector array indicates the vectors.
Initializes a new instance of Matrix class.
シンタックス
'宣言
 
Public Function New( _
   ByVal vertical As System.Boolean, _
   ByVal ParamArray vectors() As Vector(Of T) _
)
public Matrix<T>( 
   System.bool vertical,
   params Vector<T>[] vectors
)

パラメータ

vertical
A bool indicates whether the direction of vectors is vertical.
vectors
A Vector array indicates the vectors.
参照

Matrix<T> クラス
Matrix<T> メンバ
オーバーロード一覧